$status
$status : boolean
This class represents the POST operation for SOAP service.
__construct(\FuelSdk\ET_Client $authStub, string $objType, array $props, boolean $upsert = false)
Initializes a new instance of the class.
\FuelSdk\ET_Client | $authStub | The ET client object which performs the auth token, refresh token using clientID clientSecret |
string | $objType | Object name, e.g. "ImportDefinition", "DataExtension", etc |
array | $props | Dictionary type array which may hold e.g. array('id' => '', 'key' => '') |
boolean | $upsert | If true SaveAction is UpdateAdd, otherwise not. By default false. |