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": "007566eb-fcb6-4579-99d2-c27114008796",
"NetworkId": "36e9c5b7-be38-4be2-acb5-d83f2844c5f0",
"Code": "sample string 3",
"Description": "sample string 4",
"Total": 1.0,
"UpdateDate": "2026-07-27T07:15:26.5518047Z"
}
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>007566eb-fcb6-4579-99d2-c27114008796</Id> <NetworkId>36e9c5b7-be38-4be2-acb5-d83f2844c5f0</NetworkId> <Total>1</Total> <UpdateDate>2026-07-27T07:15:26.5518047Z</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": "25516706-ba9b-463a-bf98-6e325ce183a9",
"NetworkId": "f281932f-d7eb-4b2b-9a29-2366ba625e53",
"Code": "sample string 3",
"Description": "sample string 4",
"Total": 1.0,
"UpdateDate": "2026-07-27T07:15:26.5518047Z"
}
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>25516706-ba9b-463a-bf98-6e325ce183a9</Id> <NetworkId>f281932f-d7eb-4b2b-9a29-2366ba625e53</NetworkId> <Total>1</Total> <UpdateDate>2026-07-27T07:15:26.5518047Z</UpdateDate> </PaymentsMethodDto>