POST PaymentsMethods
Creates a new paymentsMethod.
Request Information
URI Parameters
None.
Body Parameters
The data of the paymentsMethod.
PaymentsMethodDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| Total | decimal number |
None. |
|
| UpdateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4364f058-cec6-4c4b-a305-50a279109cac",
"NetworkId": "a89591de-9657-480a-94f2-73d7d8365ead",
"Code": "sample string 3",
"Description": "sample string 4",
"Total": 1.0,
"UpdateDate": "2026-06-12T01:08:15.9102024Z"
}
application/xml, text/xml
Sample:
<PaymentsMethodDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Code>sample string 3</Code> <Description>sample string 4</Description> <Id>4364f058-cec6-4c4b-a305-50a279109cac</Id> <NetworkId>a89591de-9657-480a-94f2-73d7d8365ead</NetworkId> <Total>1</Total> <UpdateDate>2026-06-12T01:08:15.9102024Z</UpdateDate> </PaymentsMethodDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the paymentsMethod as PaymentsMethodDto and the link to de paymentsMethod.
PaymentsMethodDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| Total | decimal number |
None. |
|
| UpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "eabd9495-381a-4ad5-9cbd-0fe45be4c56c",
"NetworkId": "f1e8aad7-d3ed-4e94-a723-86e05cb1e1ce",
"Code": "sample string 3",
"Description": "sample string 4",
"Total": 1.0,
"UpdateDate": "2026-06-12T01:08:15.9258336Z"
}
application/xml, text/xml
Sample:
<PaymentsMethodDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Code>sample string 3</Code> <Description>sample string 4</Description> <Id>eabd9495-381a-4ad5-9cbd-0fe45be4c56c</Id> <NetworkId>f1e8aad7-d3ed-4e94-a723-86e05cb1e1ce</NetworkId> <Total>1</Total> <UpdateDate>2026-06-12T01:08:15.9258336Z</UpdateDate> </PaymentsMethodDto>