Authorization: Bearer ********************[
{
"uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
"messageUID": "c5a3cf10-5f22-4ba6-8e90-7a522ec0611f",
"recipient": "string",
"status": "Draft",
"transactions": [
{
"time": "2019-08-24T14:15:22.123Z",
"status": "Draft",
"userName": "string",
"service": "string",
"source": "string"
}
]
}
]curl --location --request PATCH 'https://api.ogoship.com/api/transactional//recipients' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
"messageUID": "c5a3cf10-5f22-4ba6-8e90-7a522ec0611f",
"recipient": "string",
"status": "Draft",
"transactions": [
{
"time": "2019-08-24T14:15:22.123Z",
"status": "Draft",
"userName": "string",
"service": "string",
"source": "string"
}
]
}
]'[
{
"uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
"messageUID": "c5a3cf10-5f22-4ba6-8e90-7a522ec0611f",
"recipient": "string",
"status": "Draft",
"transactions": [
{
"time": "2019-08-24T14:15:22.123Z",
"status": "Draft",
"userName": "string",
"service": "string",
"source": "string"
}
]
}
]