API/Services/SetServiceConfiguration
From Emersion
Set Service Configuration
Purpose: This call is used to configure any service configuration that is part of an order.
Inputs
<soapenv:Header/>
<soapenv:Body>
<urn:SetServiceConfiguration>
<urn:PresaleSQID>112233</urn:PresaleSQID>
<urn:Properties>
<urn1:PropertyValue>
<urn1:TypeID>?</urn1:TypeID>
<urn1:Value>?</urn1:Value>
</urn1:PropertyValue>
</urn:Properties>
</urn:SetServiceConfiguration>
</soapenv:Body>
Output
<SOAP-ENV:Body>
<ns1:SetServiceConfigurationResponse>
<ns1:Status>true</ns1:Status>
</ns1:SetServiceConfigurationResponse>
</SOAP-ENV:Body>
Error String
- "Missing Account Presale SQ ID" - Account Presale SQ ID is not supplied.
- "Account Presale SQ does not exist" - Account Presale SQ ID supplied does not exist in system.
- "Account does not exist" - Account ID supplied does not exist in system.
- "Invalid Account ID" - Account ID supplied does not belong to the same parent group as the API caller.
- "Missing Package Plan" - Package Plan must be selected before calling this function.
- "Missing required properties" (affected items in serialized array) - Required properties not supplied.
- "Unknown properties received" (affected items in serialized array) - Unknown properties supplied.