Create a metadata record associated with an authorisation domain role
POST
/references/authorisationdomainroles/{AuthorisationDomainRoleName}/metadata
curl \
-X POST https://matls-api.sandbox.raidiam.io/references/authorisationdomainroles/PAGTO/metadata \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-H "x-fapi-auth-date: string" \
-H "x-fapi-customer-ip-address: string" \
-H "x-fapi-interaction-id: string" \
-H "x-customer-user-agent: string" \
-d '{"Name":"string","Type":"string"}'
Request examples
# Headers
x-fapi-auth-date: string
x-fapi-customer-ip-address: string
x-fapi-interaction-id: string
x-customer-user-agent: string
# Payload
{
"Name": "string",
"Type": "string"
}
Response examples (201)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"DomainRoleName": "PAGTO",
"MetadataId": "string",
"Name": "string",
"Status": "Active",
"Type": "string"
}