Service qualification details into cassandra.
Version v1
Endpoint
GET
https://sales-internal-api-test-e2.az.3pc.att.com/msapi/salesapi/service-qual-management-papi-test2/v2/save-service-qualification-details
Copy
This API endpoint is used to persist the user and cart details into the cassandra database.
http
Basic HTTP Authentication with a username and password
scheme:Basic
Query Parameters
- placeIdstringRequiredUnique address Id of the validated address. *`Mandatory while this endpoint is invoked from Shopping cart.`*
- cartIdstringRequiredCart ID
- qualificationIdstringQualification Id to retrieve the service qualification details. If this parameter is not passed, a newly generated unique qualification Id will be returned.
Body Parameters
Responses
Success
Body
application/json
- array of objectsRequiredQueryServiceQualification is used to retrieve a list of services that are technically available in the context of the interaction (place, party, service characteristics, ...).
- idstringUnique identifier of the serviceQualification resource
- hrefstringHyperlink to access the serviceQualification
- descriptionstringDescription of the serviceQualification
- effectiveQualificationDatestringEffective date to serviceQualification completion
- estimatedResponseDatestringDate when the requester expect to provide an answer for the qualification request.
- expectedQualificationDatestringA date (DateTime). Deadline date when the requester expected a qualification answer.
- expirationDatestringDate when the qualification response expires
- externalIdstringIdentifier provided by the requester
- instantSyncQualificationbooleanAn indicator which when the value is "true" means that requester expects to get qualification result immediately in the response. If the indicator is true then the response code of 200 indicates the operation is successful otherwise a task is created with a response 201.
- queryServiceQualificationDatestringDate when the serviceQualification was submittedExample: 2021-09-16T15:35:09.574Z
- relatedPartyarray of objects
A list of related party references, defines party or party role linked to this request.
Related Entity reference. A related party defines party or party role linked to a specific entity. - searchCriteriaobjectA ServiceQualificationItem relates to a specific service being checked in a qualification operation.
- serviceQualificationItemarray of objects
A list of service qualification items.
A ServiceQualificationItem relates to a specific service being checked in a qualification operation. - serviceInventoryarray of objects
A list of existing services.
A ServiceInventory relates to a existing services at the specific address. - statestringEnum: [accepted, terminatedWithError, inProgress, done]Possible values for the state of a task
- @baseTypestringWhen sub-classing, this defines the super-class
- @schemaLocationstringA URI to a JSON-Schema file that defines additional attributes and relationships
- @typestringWhen sub-classing, this defines the sub-class entity name
[{]}