POST api/FinancesSap/BlockSAPCustomer
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TResultOfListOfZUSFI_FG004_005_EX_RETURN| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordCount | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of ZUSFI_FG004_005_EX_RETURN |
None. |
|
| DynamicProperty | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"RecordCount": 1,
"IsSuccessful": true,
"Message": "sample string 3",
"Data": [
{
"MSGTYP": "sample string 1",
"MSGID": "sample string 2",
"MSGNR": "sample string 3",
"MESSAGE": "sample string 4"
},
{
"MSGTYP": "sample string 1",
"MSGID": "sample string 2",
"MSGNR": "sample string 3",
"MESSAGE": "sample string 4"
}
],
"DynamicProperty": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml, text/xml
Sample:
<TResultOfArrayOfZUSFI_FG004_005_EX_RETURNNYU2z2fs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.SAP.Models">
<Data>
<ZUSFI_FG004_005_EX_RETURN>
<_x003C_MESSAGE_x003E_k__BackingField>sample string 4</_x003C_MESSAGE_x003E_k__BackingField>
<_x003C_MSGID_x003E_k__BackingField>sample string 2</_x003C_MSGID_x003E_k__BackingField>
<_x003C_MSGNR_x003E_k__BackingField>sample string 3</_x003C_MSGNR_x003E_k__BackingField>
<_x003C_MSGTYP_x003E_k__BackingField>sample string 1</_x003C_MSGTYP_x003E_k__BackingField>
</ZUSFI_FG004_005_EX_RETURN>
<ZUSFI_FG004_005_EX_RETURN>
<_x003C_MESSAGE_x003E_k__BackingField>sample string 4</_x003C_MESSAGE_x003E_k__BackingField>
<_x003C_MSGID_x003E_k__BackingField>sample string 2</_x003C_MSGID_x003E_k__BackingField>
<_x003C_MSGNR_x003E_k__BackingField>sample string 3</_x003C_MSGNR_x003E_k__BackingField>
<_x003C_MSGTYP_x003E_k__BackingField>sample string 1</_x003C_MSGTYP_x003E_k__BackingField>
</ZUSFI_FG004_005_EX_RETURN>
</Data>
<DynamicProperty xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</DynamicProperty>
<IsSuccessful>true</IsSuccessful>
<Message>sample string 3</Message>
<RecordCount>1</RecordCount>
</TResultOfArrayOfZUSFI_FG004_005_EX_RETURNNYU2z2fs>