Create policy mapping
Create a policy input mapping; parameters go in the request configuration.
HTTP request
POST /api/sn_cdm/v1/policies/mappings
Path parameters
None.
Query parameters
None.
Request body
Parameters for this operation are carried in the request configuration; don't supply a body model.
Response
core.ServiceNowItemResponse[*PoliciesMapping].
Example
response, err := client.Cdm().Policies().Mappings().Post(ctx, nil)
if err != nil {
log.Fatal(err)
}