Endpoint #
URL
https://crm-api-test.10npay.com/api/v1/Individual/{individualId}/{beneficiaryId}/add-individual-beneficiary
Method: POST
Example
POST https://crm-api-test.10npay.com/api/v1/Individual/740/590/add-individual-beneficiary
Method POST
Request #
Headers
| Header Name | Value |
|---|---|
| accept | text/plain |
| Authorization | Bearer {Token} |
Payload
No request body is needed.
Example using cURL
curl -X 'POST' \
'https://crm-api-test.10npay.com/api/v1/Individual/740/590/add-individual-beneficiary' \
-H 'accept: text/plain' \
-H 'Authorization: Bearer {Token}' \
-d ''
Responses #
200 – Success #
| Field | Type | Example |
|---|---|---|
| Response | string | success |
400 – Bad Request #
| Field | Type | Nullable | Example |
|---|---|---|---|
| type | string | true | “string” |
| title | string | true | “string” |
| status | integer($int32) | true | 0 |
| detail | string | true | “string” |
| instance | string | true | “string” |
| additionalProp1 | string | true | “string” |
| additionalProp2 | string | true | “string” |
| additionalProp3 | string | true | “string” |
Example
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
500 – Server Error #
Indicates an internal server error.