POST api/Lerconta
Request Information
URI Parameters
None.
Body Parameters
ContaPagamento| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| type | string |
None. |
|
| identificationField | string |
None. |
|
| barCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"type": "sample string 2",
"identificationField": "sample string 3",
"barCode": "sample string 4"
}
application/xml, text/xml
Sample:
<LercontaModel.ContaPagamento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegacyAPIMobileAPP.Models"> <Id>sample string 1</Id> <barCode>sample string 4</barCode> <identificationField>sample string 3</identificationField> <type>sample string 2</type> </LercontaModel.ContaPagamento>
application/x-www-form-urlencoded
Sample:
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. |