Post an authority claim for a software statement
POST
/organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/authorityclaims
curl \
-X POST https://matls-api.sandbox.raidiam.io/organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/authorityclaims \
-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 '{"AuthorisationDomain":"string","Role":"PAGTO","Status":"Active"}'
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
{
"AuthorisationDomain": "string",
"Role": "PAGTO",
"Status": "Active"
}
Response examples (201)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"AuthorisationDomain": "string",
"Role": "PAGTO",
"SoftwareAuthorityClaimId": "string",
"SoftwareStatementId": "string",
"Status": "Active"
}
Response examples (400)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"errors": [
"string"
]
}