PUT api/Currency/Update

Request Information

URI Parameters

None.

Body Parameters

CurrencyUpdateDto
NameDescriptionTypeAdditional information
ID

globally unique identifier

Required

CompanyID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "600f3d10-04e4-4e11-8964-0ba0b3d01767",
  "companyID": "4a68307f-94cd-4763-9a64-bedf4e93744e"
}

application/xml, text/xml

Sample:
<CurrencyUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">
  <CompanyID>4a68307f-94cd-4763-9a64-bedf4e93744e</CompanyID>
  <ID>600f3d10-04e4-4e11-8964-0ba0b3d01767</ID>
</CurrencyUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"id":"600f3d10-04e4-4e11-8964-0ba0b3d01767","companyID":"4a68307f-94cd-4763-9a64-bedf4e93744e"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.