POST customercredit/rma/convert
By RMA Code Convert RMA to Credit
Request Information
URI Parameters
None.
Body Parameters
Interprise.Web.Services.Models.ConvertRMAInputName | Description | Type | Additional information |
---|---|---|---|
DocumentCode | string |
None. |
|
Post | boolean |
None. |
Request Formats
{ "documentCode": "sample string 1", "post": true }
<ConvertRMAInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DocumentCode>sample string 1</DocumentCode> <Post>true</Post> </ConvertRMAInput>
Response Information
Resource Description
Interprise.Web.Services.Http.MetadataOfInterprise.Web.Services.Models.ConvertRMAInputName | Description | Type | Additional information |
---|---|---|---|
data | Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.ConvertRMAInput |
None. |
|
links | Interprise.Web.Services.Http.LinksNode |
None. |
Response Formats
Sample not available.