POST Update/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
ResponseModelName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Error | string |
None. |
|
CardNr | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Status": 1, "Error": "sample string 2", "CardNr": "sample string 3" }
application/xml, text/xml
Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorcard.CardBureau.Api.Models"> <CardNr>sample string 3</CardNr> <Error>sample string 2</Error> <Status>1</Status> </ResponseModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |