POST api/configuration/r
Request Information
URI Parameters
None.
Body Parameters
Get_Config_B2B_MobileApp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BusinessID | integer |
None. |
|
| DataKey | string |
None. |
|
| DataValue | string |
None. |
|
| Notes | string |
None. |
|
| UpdatedInfo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BusinessID": 2,
"DataKey": "sample string 3",
"DataValue": "sample string 4",
"Notes": "sample string 5",
"UpdatedInfo": "sample string 6"
}
application/xml, text/xml
Sample:
<Get_Config_B2B_MobileApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain"> <BusinessID>2</BusinessID> <DataKey>sample string 3</DataKey> <DataValue>sample string 4</DataValue> <Id>1</Id> <Notes>sample string 5</Notes> <UpdatedInfo>sample string 6</UpdatedInfo> </Get_Config_B2B_MobileApp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |