POST GarmentUpdate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json, application/x-www-form-urlencoded, application/xml, text/xml

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<GarmentUpdateResponse>
  <valid>true</valid>
  <message>sample string 2</message>
</GarmentUpdateResponse>